home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / tlamr30.zip / MR.DOC < prev    next >
Text File  |  1992-01-04  |  5KB  |  164 lines

  1.                        ∙Thom∙Little∙Associates∙
  2.  
  3.          - tlaMR30.zip - Move/Rename Directory to Directory -
  4.                              Version 3.00
  5.  
  6.  
  7. tlaMR30.zip CONTENTS:
  8.  
  9.      MR.DOC       This documentation file.
  10.  
  11.      MR.EXE       Complete move/rename directory to directory system
  12.                   utility.
  13.  
  14.  
  15. FUNCTION:
  16.  
  17. Under DOS version 2.x, MR.EXE will:
  18.  
  19.      o  Rename any file on a disk to another valid filename.
  20.  
  21.      o  Move a file from one directory to another.
  22.  
  23. Under DOS version 3.x, 4.x or 5.x, MR.EXE will: 
  24.  
  25.      o  Rename any file on a disk to another valid filename.
  26.  
  27.      o  Move a file from one directory to another.
  28.  
  29.      o  Rename a directory to another valid directory name.
  30.  
  31.  
  32. COMMAND SYNTAX:
  33.  
  34.      mr <oldfile-specification> <newfile-specification>
  35.      mr /?
  36.  
  37.      <oldfile-specification>
  38.  
  39.                       the fully qualified name of an existing file
  40.                       that you want to move or rename.
  41.  
  42.      <newfile-specification>
  43.  
  44.                       the fully qualified new name for the file.
  45.  
  46.       /?
  47.  
  48.                       list an abbreviated description of the command
  49.                       syntax.
  50.  
  51.  
  52. SAMPLE COMMANDS:
  53.  
  54.      mr c:\autoexec.bat c:\autoexec.old
  55.  
  56.                       change the name of AUTOEXEC.BAT to AUTOEXEC.OLD
  57.                       in the root directory of the C: drive.                   
  58.      
  59.      mr mr.doc junk.doc
  60.  
  61.                       change the name of MR.DOC to JUNK.DOC in the
  62.                       default directory of the default drive.
  63.      
  64.      mr \dos\ibm \dos\oldibm
  65.  
  66.                       change the subdirectory name on the default
  67.                       drive from \DOS\IBM to \DOS\OLDIBM.  Note that
  68.                       renaming directories is only supported in DOS
  69.                       systems after version 3.
  70.  
  71.      mr /?
  72.  
  73.                       list command syntax.
  74.      
  75.  
  76. INSTALLATION:
  77.  
  78. To install MR.EXE on your machine, you only need to copy MR.EXE to a
  79. subdirectory that exists on your system path.
  80.  
  81. As an example, on our systems this directory is at D:\DOS\TLA.  To
  82. install MR.EXE, if MR.EXE is in the current directory, we would
  83. enter:
  84.  
  85.      copy mr.exe d:\dos\tla 
  86.  
  87.  
  88. ERROR MESSAGES:
  89.  
  90. MR.EXE issues the following error messages:
  91.  
  92.      Error: Cross-device link.
  93.  
  94.                       You attempted to move a file from one volume to
  95.                       another.  MR.EXE does not support this function.
  96.                       You must use a different utility, like COPY or
  97.                       XCOPY to move from one volume to another.
  98.  
  99.      Error: Incorrect number of parameters specified.
  100.  
  101.                       Too many parameters were specified.
  102.                       Example:  fe /? /ns
  103.      
  104.  
  105.      Error: No such file or directory.
  106.  
  107.                       The oldfile-specification does not identify a
  108.                       file that exists.  Check the correct spelling of
  109.                       the oldfile file name.
  110.  
  111.      Error: Parameter "xxxxxxxx" is invalid.
  112.      
  113.                       The parameter is incorrect.
  114.                       Example:  fe /z  
  115.  
  116.      Error: Permission denied.
  117.  
  118.                       The newfile-specification matches a file name
  119.                       in the same directory.  You are trying to rename
  120.                       a file to a name that already exists.  This
  121.                       cannot be done.  Check the correct spelling of
  122.                       the newfile file name.
  123.  
  124.                       This message will also be issued if you attempt
  125.                       to rename the default directory on the default
  126.                       drive (while it's the default directory).
  127.  
  128.  
  129. SHAREWARE:
  130.       
  131. This software is provided as shareware for your evaluation, use, and
  132. financial contribution.  This software has not been placed in the
  133. public domain.
  134.  
  135. If you use this software, and live outside Massachusetts, please send
  136. a payment of $7.00 to:
  137.  
  138.      Thom Little Associates
  139.      Product Support
  140.      P.O. Box 1901
  141.      Boston, MA  02205-1901
  142.  
  143.      Voice ......... 617.227.4644
  144.      Compuserve .... 70724,71 (Thom Little)
  145.      Channel One ... Thom Little
  146.  
  147. (If you reside in Massachusetts please include Massachusetts state
  148. tax of $.35 for a total of $7.35.)
  149.  
  150. Copyright 1989-1992 ∙Thom∙Little∙Associates∙ all rights reserved.
  151.  
  152.  
  153. DISCLAIMER:
  154.  
  155. ∙Thom∙Little∙Associates∙ disclaims all warranties as to this software,
  156. whether express or implied, including without limitation any implied
  157. warranties of merchantability, fitness for a particular purpose,
  158. functionality or data integrity or protection.
  159.  
  160.  
  161. HISTORY:
  162.  
  163. 01-04-92  Version 3.00 first shareware release to public.
  164.